home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / frame_1558 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  188 b   |  13 lines

  1. if(eval("/:Challenge") == true)
  2. {
  3.    loadMovie("/steppenwolf/med/timer/lowtime.swf","MovieTimer");
  4. }
  5. else
  6. {
  7.    tellTarget("Question")
  8.    {
  9.       gotoAndStop(2);
  10.    }
  11. }
  12. stop();
  13.